��<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var ms = 0; var state = 0; function startstop() { if (state == 0) { state = 1; then = new Date(); then.setTime(then.getTime() - ms); } else { state = 0; now = new Date(); ms = now.getTime() - then.getTime(); document.stpw.time.value = ms; } } function swreset() { state = 0; ms = 0; document.stpw.time.value = ms; } function display() { setTimeout("display();", 50); if (state == 1) {now = new Date(); ms = now.getTime() - then.getTime(); document.stpw.time.value = ms; } } // End --> </SCRIPT> <meta http-equiv="Content-Type" content="text/html; charset=unicode"><style type="text/css"> <!-- body { background-color: #ddcca0; background-image: url(../img/fon/fon_00001.jpg); } --> </style></head> <body onLoad="display()"> <FORM NAME="stpw"> <div align="left"> <table align=center border="0"> <tr> <td> <p align="center"><INPUT TYPE="text" Name="time" size="8" value=0 readonly style="background-color: #C0C0C0; font-family: Arial; font-size: 60pt; border-style: solid; border-width: 0"> &nbsp; <p align="left"> <INPUT TYPE="BUTTON" Name="ssbutton" VALUE="!B0@B/!B>?" onClick="startstop()"> <INPUT TYPE="BUTTON" NAME="reset" VALUE="!1@>A" onClick="swreset()"> </p> </td> </tr> </table> </div> </FORM> </body> </html>